home *** CD-ROM | disk | FTP | other *** search
/ Bi Motor Gamer 20 / BiMotor Gamer 20 - Disc 1.iso / demos / ultima9.exe / data1.cab / Program_Executable_Files / Default.kmp next >
Text File  |  1999-09-16  |  4KB  |  118 lines

  1. ;***************************************************************************
  2. ; The Ultima IX keyboard commands
  3. ;
  4. ; This version is the Richard Garriott Preferances
  5. ; Other versions that mimmic popular game interfaces
  6. ; can be found in the keymaps folder
  7. ; Only experienced users should modify this keymap
  8. ; Errors may result from incorrect entries
  9. ; Each command can have only one key combination to activate it
  10. ;
  11. ; Some commands are hard coded and are not settable
  12. ; through this file. They are:
  13. ; RightClick    = Move (with modifiers of shift, ctrl & alt)
  14. ; LeftClick    = Use or Attack (with modifiers of ctrl and alt)
  15. ;
  16. ; The following key combinations identifiers are reserved
  17. ; for the game's internal/predefined uses:
  18. ; ESC, ESCAPE, esc, escape
  19. ; F1 - F12, f1 - f12
  20. ;
  21. ; be careful when commenting out lines.  If the semicolon ';'
  22. ; is followed by an '=' Ultima 9 will take that as an assignment 
  23. ; of the ';' key
  24. ;
  25. ; Do not use Shift and Alt to modify non-mouse momentary switched commands!
  26. ; For example - Shield Block, as when releasing keypresses they will
  27. ; not release simultaniously, and thus the up event can be missed!
  28. ;
  29. ;***************************************************************************
  30.  
  31. [MOVEMENT COMMANDS]
  32. ; RightClick          = Move
  33. ; Alt+RightClick      = Move Right
  34. ; Ctrl+RightClick     = Move Left
  35. ; Ctrl+Alt+RightClick = Move Back
  36. ; Shft        = Move Fast
  37. CapsLock    = toggle_movement_speed
  38. space       = jump
  39. c           = climb    
  40.  
  41. ; Keyboard shortcuts to movement
  42. Left        = sidestep_left
  43. Right       = sidestep_right
  44. Up          = forward
  45. Down        = backward
  46. KeyPadLeft  = sidestep_left
  47. KeyPadRight = sidestep_right
  48. KeyPadUp    = forward
  49. KeyPadDown  = backward
  50.  
  51. [INTERACTION COMMANDS]
  52. `       = activate_hand ; Goes in and out of Hand/Move-item mode (*)
  53. q       = activate_hand ; Goes in and out of Hand/Move-item mode (*)
  54. shift+` = cycle_toolbar ; Cycles through Max/Min/None toolbar display
  55. shift+q = cycle_toolbar ; Cycles through Max/Min/None toolbar display
  56. b       = activate_inventory ; Opens/closes backpack inventory
  57. x       = examine ; activates tooltips while held
  58. pause   = pause
  59. j     = open_journal        
  60. s    = open_spellbook    
  61.  
  62. ; (*) Hand mode is temporarily activated when an item is dragged
  63.  
  64. [COMBAT COMMANDS]
  65. tab    = enter_combat        ; Goes in/out of combat
  66. z      = defend
  67. t      = target_lock        ; on/off
  68. n      = get_target_lock     ; Acquire next target
  69. a      = abort_targeting     ; Quit targeting
  70.  
  71. [GENERAL OPTIONS COMMANDS]
  72. ; Advanced user options and shortcuts
  73. ctrl+i            = invert_mouse                                 
  74. shift+alt+m    = mouseSensitivity_increase       
  75. shift+ctrl+m      = mouseSensitivity_decrease 
  76. ctrl+p            = take_screenshot         
  77. m         = momentary_first_person
  78.  
  79.  
  80. [CAMERA CONTROL COMMANDS]
  81. k            = camera_mode    
  82. ; Should do only momentary 3rd to 1st 
  83. ; and the key should be the 1 key, not k
  84.  
  85. ; These work in 1st, 3rd and hand mode
  86. ctrl+home           = camera_in
  87. ctrl+end            = camera_out
  88. ctrl+pageup         = zoom_in
  89. ctrl+pagedown        = zoom_out
  90. ctrl+delete        = camera_way_out
  91. ctrl+insert        = zoom_reset
  92.  
  93. ; These work in hand mode only
  94. ctrl+left       = yaw_left
  95. ctrl+right      = yaw_right
  96. ctrl+up         = pitch_up
  97. ctrl+down       = pitch_down
  98.  
  99. [ENGINE TUNING COMMANDS]
  100. CTRL+leftbracket  = clipping_plane_in
  101. CTRL+rightbracket = clipping_plane_out
  102. CTRL+\            = clipping_plane_reset
  103. CTRL+shift+leftbracket  = middle_plane_in
  104. CTRL+shift+rightbracket = middle_plane_out
  105. CTRL+shift+\            = middle_plane_reset
  106.  
  107. [CHEAT COMMANDS]
  108.  
  109. alt+m        = next_mono_screen
  110.  
  111. [CODE TEST COMMANDS]
  112.  
  113. [DEVELOPMENT CONTROL COMMANDS]
  114.  
  115. [COMMENTS]
  116.  
  117.